home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / sysdeps / unix / sysv / sysv4 / solaris2 / Makefile < prev    next >
Encoding:
Makefile  |  1993-05-12  |  356 b   |  7 lines

  1. # The linker supplied with Solaris looks in the current directory
  2. # before searching others.  Compiling the various programs that come
  3. # along the way (e.g., glue-ctype) will fail because it'll try to link
  4. # with the libc.a being *constructed* in $(objdir).  As a work-around,
  5. # we add this to each native-compile.
  6. native-CFLAGS := $(native-CFLAGS) -L/lib
  7.